#copyright {
  /* display: flex; */
  /* justify-content: center; */
  padding-top: 75px;
}
#copyright .wrap {
  display: flex;
  margin: 0 auto;
  border: 1px solid #E8EDFF;
  box-shadow:0px 5px 10px 0px rgba(232,237,255,0.6);
  width: 1100px;
  background-color: #fff;
}
#copyright .wrap .line {
  width: 1px;
  min-height: 430px;
  /* background-color: #BCC0D9; */
  background: -webkit-linear-gradient(rgba(188, 192, 217,0) 0%, rgba(188, 192, 217,1) 30%,rgba(188, 192, 217,0) 100%);
}
#copyright .attention-point {
  width: 750px;
}
#copyright .attention-point .article {
  width: 100%;
  min-height: 430px;
  box-sizing: border-box;
  padding: 25px;
}
#copyright .attention-point .title {
  font-size: 20px;
  color: #1C2340;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 1px;
}
#copyright .attention-point .txt-info {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
#copyright .attention-point .txt-info p {
  font-size: 10px;
  color: #999999;
}
#copyright .attention-point .txt-info p:nth-of-type(2) {
  margin-left: 40px;
}
#copyright .attention-point .content {
  margin-top: 20px;
}
#copyright .attention-point .content pre {
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: PingFangSC-Regular, PingFang SC;
}
#copyright .article-page {
  display: flex;
  margin-top: 10px;
}
#copyright .article-page .page-wrap {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#copyright .article-page a {
  display: block;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #666666;
}
#copyright .article-page a:nth-of-type(2) {
  text-align: right;
  margin-right: 350px;
}
#copyright .article-page a:hover {
  color: #1067EE;
}
#copyright .common-problem {
  width: 750px;
  min-height: 430px;
  border: 1px solid #E8EDFF;
  background-color: #F6F7FB;
  box-sizing: border-box;
  padding: 30px 30px 25px;
}
#copyright .common-problem .title {
  margin-top: 5px;
  font-size: 20px;
  color: #1C2340;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}
#copyright .common-problem ul {
  margin-top: 5px;
}
#copyright .common-problem ul li {
  margin-top: 15px;
  border-bottom: 1px solid #E8EDFF;
  padding: 0 10px 15px;
  box-sizing: border-box;
}
#copyright .common-problem ul li .content {
  display: flex;
}
#copyright .common-problem ul li .content .icon {
  display: block;
  width: 20px;
  height: 20px;
}
#copyright .common-problem ul li .content span {
  display: block;
  padding: 5px 15px;
  font-size: 12px;
  margin-left: 22px;
  max-width: 628px;
  box-sizing: border-box;
  border-radius: 0 4px 4px 4px;
  letter-spacing: 1px;
}
#copyright .common-problem ul li .ask .icon {
  background: url(../icon/common/ask_problem_tip.png) center no-repeat;
  background-size: contain;
}
#copyright .common-problem ul li .ask span {
  background-color: #4EBBF8;
  color: #fff;
  font-weight: 600;
  position: relative;
}
#copyright .common-problem ul li .ask span:before {
  content: ' ';
  width: 7px;
  height: 7px;
  background: url('../icon/common/ask_problem_icon.png') center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -7px;
}
#copyright .common-problem ul li .answer {
  margin-top: 13px;
}
#copyright .common-problem ul li .answer .icon {
  background: url('../icon/common/answer_problem_tip.png') center no-repeat;
  background-size: contain;
}
#copyright .common-problem ul li .answer span {
  background-color: #E8EDFF;
  color: #333333;
  position: relative;
}
#copyright .common-problem ul li .answer span:before {
  content: ' ';
  width: 7px;
  height: 7px;
  background: url('../icon/common/answer_problem_icon.png') center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -7px;
}
#copyright .common-problem ul li:nth-last-of-type(1) {
  border-bottom: none;
}
#copyright .sec-right {
  margin-left: 10px;
  width: 340px;
}
#copyright .sec-right .recommend {
  width: 100%;
  padding: 0 15px 20px;
  box-sizing: border-box;
}
#copyright .sec-right .recommend .title {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}
#copyright .sec-right .recommend a {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #333333;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#copyright .sec-right .recommend a:hover {
  color: #1067EE;
}
#copyright .sec-right .consulting-service {
  margin-top: 15px;
  width: 340px;
  padding: 1px 15px 15px;
  box-sizing: border-box;
}
#copyright .sec-right .consulting-service .title {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-top: 10px;
}
#copyright .sec-right .consulting-service textarea {
  display: block;
  margin-top: 10px;
  width: 310px;
  max-width: 310px;
  min-width: 310px;
  height: 115px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  text-indent: 1em;
  padding-top: 5px;
  box-sizing: border-box;
}
#copyright .sec-right .consulting-service input {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 30px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 10px;
  box-sizing: border-box;
}
#copyright .sec-right .consulting-service .btn-service {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#copyright .sec-right .consulting-service .btn-service a {
  display: block;
  padding: 10px 30px;
  font-size: 12px;
  color: #fff;
  background-color: #1067EE;
  border-radius: 3px;
}
